GtkRange: Fix scroll wheel direction for horizontal ranges
authorMatthias Clasen <mclasen@redhat.com>
Wed, 18 Mar 2015 02:02:35 +0000 (22:02 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 18 Mar 2015 02:02:35 +0000 (22:02 -0400)
commit416c370da1d2eff2458e4a0c5b8e504cd8061559
tree08bf94cc6eef9c27089d531f231980616a5aeba9
parentd823c39caf676cb982d1294b5fb660d8b79d48a6
GtkRange: Fix scroll wheel direction for horizontal ranges

The expected behavior here is that scrolling up goes towards
larger values, ie to the right. This matches e.g. volume
sliders in gnome-shell.

https://bugzilla.gnome.org/show_bug.cgi?id=737175
gtk/gtkrange.c